Treat some warnings as errors in CI#2258
Conversation
matthiask
left a comment
There was a problem hiding this comment.
I have to admit I'm confused. -W error would make warnings errors. -W always just makes us show warnings each time they are encountered, not just once per call location.
The tox.ini change makes us not show warnings all the time anymore, and additionally also ignores the redirects panel warning... I think that's fine, since using a warnings eating context manager is hard here.
However, the changelog entry doesn't seem to match what we're doing here?
|
I forgot to update the changelog after I switched away from error. I'm going to change this though to follow what Adam does with django-mysql then ignore our specific warning. |
6507c0e to
0c9656d
Compare
0c9656d to
d0acbdd
Compare
matthiask
left a comment
There was a problem hiding this comment.
Makes sense! Obviously we still have some problems to fix or to ignore if we want to merge this.
2f1dc3d to
ff35577
Compare
Coverage Report
File CoverageNo changed files found. |
f0ccc09 to
eed57da
Compare
* This also skips the RedirectsPanel's deprecation warning from raising errors. * Ignore the deprecated template partials warning explicitly.
eed57da to
cc8eaaa
Compare
Description
Explicitly ignores the RedirectPanel's deprecation warning.
Checklist:
docs/changes.rst.